InvalidPFMImageFormat

class InvalidPFMImageFormat(message: String = "Invalid PFM format") : Exception

Exception thrown when a file or stream does not perfectly match the expected Portable FloatMap (PFM) specification.

Constructors

Link copied to clipboard
constructor(message: String = "Invalid PFM format")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard